Add missing argument to README example#460
Conversation
joostjager
left a comment
There was a problem hiding this comment.
utACK
I do wonder if it would be possible to put this code in a .rs file and compile it, to prevent deviations? Then link from the readme.
Well, we have the same example in |
|
Rust doc tests do not check that it is valid code, or is it doing something like that? Having it duplicated, is that necessary. Maybe lib.rs can just point to the readme or vv ? |
As
Yup, we want the example to be in both places. |
No description provided.